home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / ratotp.zip / RATOTP.DOC < prev    next >
Text File  |  1990-07-14  |  2KB  |  64 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ RAtoTP · RemoteAccess (pagefile) to TurboPascal (sourcecode) · version 1.0  │
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.            Copyright (C) 1990 RodentWare, Michael Reece/James Calvert
  5.  
  6.      This program is copyrighted to RodentWare.  Although, the source code
  7.      is provided for learning purposes only.  If any program is created
  8.      using any part of the TurboPascal source code accompanying this
  9.      program, please give ample credit to it's authors, Michael Reece &
  10.      James Calvert.  If you have any questions or comments, contact the
  11.      authors at 1:3801/42 or the numbers listed at the bottom of this
  12.      text file.
  13.  
  14.      RATOTP is released under the FreeWare agreement.  You are permitted
  15.      to freely copy and use this program with no charge.  You may not
  16.      charge or accept any fee for this program.  However, donations to
  17.      RodentWare are still acceptable.
  18.  
  19.      Naturally, the authors of this program take no responsibility for
  20.      any damages occuring to you or your computer equipment due to the
  21.      use or inability to use this program.  This includes loss of profits,
  22.      loss of business, and even death.  This program works fine for me,
  23.      that's all I can say.
  24.  
  25.      All other rights reserved.
  26.  
  27.  
  28.   DESCRIPTION:
  29.  
  30.      RATOTP converts a PAGE.RA type file to compilable TurboPascal source
  31.      code.  It should be run with the following commandline parameters:
  32.  
  33.        RATOTP <pagefile> <sourcecodefile>
  34.  
  35.      Ex:
  36.  
  37.        RATORP MUSIC.RA MUSIC.PAS
  38.  
  39.      A batch file is inclosed (CONVERT.BAT) to convert many SoundFiles at
  40.      once time.  DO NOT RUN THIS BATCH FILE IN YOUR RA DIRECTORY!  It
  41.      renames all .RA files to .PAS, to make it easier to convert all at
  42.      once.  Copy all of your .RA pagefiles to a clean directory, along
  43.      with CONVERT.BAT.  Make sure TPC (TP compiler) is in your PATH.
  44.  
  45.      You may wish to examine this batch file before execution.
  46.  
  47.      * All trademarks are trademarks of thier respective holders.
  48.  
  49.   MISCELLANEOUS:
  50.  
  51.      Send all bug reports, suggestions, and comments to:
  52.  
  53.       Improbability Drive II
  54.       214/566-5162 (1:3801/42)
  55.  
  56.      Send all donations, fanmail, and personal letters to:
  57.  
  58.        RodentWare
  59.        c/o Michael Reece
  60.        3700 MacDonald #210
  61.        Tyler TX USA 75701
  62.  
  63. [End of Text]
  64.